home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
Utilities
/
Winter Shell 1.0d2
/
Source
/
Libraries
/
NotifyLib
/
NotifyLib.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-11-12
|
380 b
|
11 lines
|
[
TEXT/KAHL
]
#pragma once
#include "DialogModalLib.h"
short NotifyCustom(short alert, short string, short index,
short icon, DlgModalFilterType filter, void *data, ...);
void NotifyStop(int index, ...);
void NotifyNote(int index, ...);
void NotifyCaution(int index, ...);
short NotifyOtherStop(int index, ...);
short NotifyOtherNote(int index, ...);
short NotifyOtherCaution(int index, ...);